//==============================================================================
define dust
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sand Giant Explosion
        }
    }
}

//==============================================================================
define dustfalling
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sand Giant Explosion Falling
        }
    }
}

//==============================================================================
define dustexplosion
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sand Giant Explosion Dust
        }
    }
}

//==============================================================================
define dustwind
{
    set hotspot
    {
        version
        {
            Visualparticle SFX Sand Giant Aura
        }
    }
}

//==============================================================================
anim idle
{
    SetSelector
    {
	  	set hotspot
        {
            version
            {
				Visual jimmy
				connect hotspot dust hotspot
				connect hotspot dustwind hotspot
				connect hotspot dustfalling hotspot
				connect hotspot dustexplosion hotspot
            }
        }
    }
}
